home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / SEMAIL.DCR / 00565.ls < prev    next >
Encoding:
Text File  |  1999-12-02  |  806 b   |  19 lines

  1. on initSimulation
  2.   global bEmailFinished, bSubjectFinished, bFileJoined, bCCdone
  3.   set bEmailFinished to 0
  4.   set bSubjectFinished to 0
  5.   set bFileJoined to 0
  6.   set bCCdone to 0
  7.   set the text of member "field_email_address" to EMPTY
  8.   set the textFont of member "field_email_address" to "MS Sans Serif"
  9.   set the text of member "field_cc" to EMPTY
  10.   set the textFont of member "field_cc" to "MS Sans Serif"
  11.   set the text of member "field_cc2" to EMPTY
  12.   set the textFont of member "field_cc2" to "MS Sans Serif"
  13.   set the text of member "field_sujet" to EMPTY
  14.   set the textFont of member "field_sujet" to "MS Sans Serif"
  15.   set the text of member "montre_moi_message" to EMPTY
  16.   set the textFont of member "montre_moi_message" to "MS Sans Serif"
  17.   set the text of member "field_file_joined" to EMPTY
  18. end
  19.